Subscan API
Use Subscan when you need chain and account data. The network segment maps to the upstream chain host, such as polkadot or acala.
curl --location 'https://pubfi.ai/api/gateway/subscan/polkadot/api/scan/account/tokens' \
--header 'Authorization: Bearer pf_sk_live_xxxx' \
--header 'Content-Type: application/json' \
--data '{
"address": "13YMK2efcJncYrXsaJCvHbaaDt3vfubdn75r4hdVxcggU4n2"
}'