Skip to main content
GET
/
token
/
allowances
cURL
curl --request GET \
  --url https://api.uniblock.dev/uni/v1/token/allowances \
  --header 'X-API-KEY: <api-key>'
{
  "allowances": [
    {
      "contractAddress": "0xcedefe438860d2789da6419b3a19cece2a41038d",
      "name": "Love Hate Inu",
      "symbol": "LHINU",
      "decimals": "18",
      "fromAddress": "0x297bfcb2b91282dd640c17f4a72dc45f4a5a39a9",
      "toAddress": "0x378e116f28c5fb37988d4c06f0eff4c7669b7afe",
      "amount": "99924138000000000000000000"
    }
  ],
  "cursor": "ALC_MHgyMzEyZjAwMTQ5ZDAxMDgwNmQ5ZWY2ZjNlYTMyMGViMWUxYTZiYzhlOjB4MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDFhYTpmYWxzZQ=="
}

Authorizations

X-API-KEY
string
header
required

API key to access the API (Optional)

Query Parameters

chainId
enum<string>
default:1
required

Unique identifier for a blockchain network.

Available options:
1,
10,
100,
10200,
1088,
1101,
11155111,
11155420,
11297108109,
1284,
1285,
1329,
137,
1666600000,
167000,
167009,
2020,
2442,
248,
25,
250,
288,
300,
324,
4002,
42161,
421614,
42170,
42220,
43113,
43114,
5000,
534351,
534352,
56,
59141,
59144,
7000,
7001,
80002,
80094,
81457,
8453,
84532,
9001,
97,
solana,
solana-devnet
Example:

1

walletAddress
string
default:0x8D97689C9818892B700e27F316cc3E41e17fBeb9
required

The address of the wallet to query.

Example:

"0x8D97689C9818892B700e27F316cc3E41e17fBeb9"

cursor
string

Cursor from previous query to get next page of results.

includeRaw
boolean

Returns the raw data given by the provider. WARNING: removes backup feature, and raw data returned is not normalized which might make switching providers difficult

Example:

null

provider
enum<string>

Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)

Available options:
GoldRush,
,
Covalent

Response

200 - application/json
allowances
object[]
required
cursor
string
required
Example:

"ALC_MHgyMzEyZjAwMTQ5ZDAxMDgwNmQ5ZWY2ZjNlYTMyMGViMWUxYTZiYzhlOjB4MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDFhYTpmYWxzZQ=="