[NUM] Fetch NUM balance

On Numbers Mainnet

To fetch NUM balance on Mainnet for a specific wallet, you can use the following API

API Endpoint: https://eoodjeosrg20qti.m.pipedream.net

Cost: 0, free to use

POST /

Description:
This endpoint allows you fetch NUM balance on Numbers Mainnet

Headers:
Content-Type: application/json

Request Body:
{
    "wallet": "0x1234567890abcdef1234567890abcdef12345678"
}

Examples:
curl -X POST https://eoodjeosrg20qti.m.pipedream.net \
     -H "Content-Type: application/json" \
     -d '{"wallet": "0x1234567890abcdef1234567890abcdef12345678"}'

In the API call, the Request body needs to have a key-value pair as "wallet" and a valid wallet address as value. More examples can be found below:

Replace the wallet in the examples to any wallet address you prefer.

Source code with nodejs14.x:

On All Networks

To fetch NUM balance on ALL NETWORKS for a specific wallet, you can use the following API with your Capture Token:

In the API call, the Request body needs to have a key-value pair as "wallet" and a valid wallet address as value. The API will return the NUM balance for the specified wallet. Please note, this API requires authorization with your Capture Token. Follow the instructionsarrow-up-right to register and acquire it.

More examples can be found below:

Last updated