Body
application/json
Response
200 - application/json
The balances of the assets
curl --request POST \
  --url https://api.skip.build/v2/info/balances \
  --header 'Content-Type: application/json' \
  --data '{
  "chains": {
    "137": {
      "address": "0x24a9267cE9e0a8F4467B584FDDa12baf1Df772B5",
      "denoms": [
        "polygon-native",
        "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359"
      ]
    },
    "osmosis-1": {
      "address": "osmo12xufazw43lanl8dkvf3l7y9zzm8n3zswftw2yc",
      "denoms": [
        "uosmo"
      ]
    }
  }
}'{
  "chains": {
    "137": {
      "address": "0x24a9267cE9e0a8F4467B584FDDa12baf1Df772B5",
      "denoms": {
        "polygon-native": {
          "amount": "58477097336215771549",
          "decimals": 18,
          "formatted_amount": "58.477097336215771549",
          "price": "0.406894",
          "value_usd": "23.793980"
        },
        "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359": {
          "amount": "100000000",
          "decimals": 6,
          "formatted_amount": "100.000000",
          "price": "0.581495",
          "value_usd": "58.1495"
        }
      }
    },
    "osmosis-1": {
      "address": "osmo12xufazw43lanl8dkvf3l7y9zzm8n3zswftw2yc",
      "denoms": {
        "uosmo": {
          "amount": "100000000",
          "decimals": 6,
          "formatted_amount": "100.000000",
          "price": "0.581495",
          "value_usd": "58.1495"
        }
      }
    }
  }
}Get the balances of a given set of assets on a given chain and wallet address. Compatible with all Skip Go-supported assets, excluding CW20 assets, across SVM, EVM, and Cosmos chains.
curl --request POST \
  --url https://api.skip.build/v2/info/balances \
  --header 'Content-Type: application/json' \
  --data '{
  "chains": {
    "137": {
      "address": "0x24a9267cE9e0a8F4467B584FDDa12baf1Df772B5",
      "denoms": [
        "polygon-native",
        "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359"
      ]
    },
    "osmosis-1": {
      "address": "osmo12xufazw43lanl8dkvf3l7y9zzm8n3zswftw2yc",
      "denoms": [
        "uosmo"
      ]
    }
  }
}'{
  "chains": {
    "137": {
      "address": "0x24a9267cE9e0a8F4467B584FDDa12baf1Df772B5",
      "denoms": {
        "polygon-native": {
          "amount": "58477097336215771549",
          "decimals": 18,
          "formatted_amount": "58.477097336215771549",
          "price": "0.406894",
          "value_usd": "23.793980"
        },
        "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359": {
          "amount": "100000000",
          "decimals": 6,
          "formatted_amount": "100.000000",
          "price": "0.581495",
          "value_usd": "58.1495"
        }
      }
    },
    "osmosis-1": {
      "address": "osmo12xufazw43lanl8dkvf3l7y9zzm8n3zswftw2yc",
      "denoms": {
        "uosmo": {
          "amount": "100000000",
          "decimals": 6,
          "formatted_amount": "100.000000",
          "price": "0.581495",
          "value_usd": "58.1495"
        }
      }
    }
  }
}Show child attributes
The balances of the assets
Show child attributes
Was this page helpful?