WALLETS API
POST /balances
/balancesAttribute
Value
Request body
Field
Type
Required
Notes
{
"walletAddress": "0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6",
"networks": [1, 137]
}Example request
curl -X POST "$NEURA_BASE_URL/balances" \
-H "Content-Type: application/json" \
-H "X-402-Invoice: $INVOICE" \
-H "X-402-Payment-Proof: $PROOF" \
-d '{"walletAddress":"0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6","networks":[1,137]}'Response snapshot
Validation rules
Last updated
