[NUM] Fetch NUM balance
On Numbers Mainnet
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"}'
Source code with nodejs14.x:
On All Networks
Last updated