πŸ“‘API Endpoints

API Status

This endpoint retrieves the API endpoint status.

API Status

get
Header parameters
x-api-keystringRequired

API key needed to access the endpoint

Example: your-api-key
Responses
200

Successful response

application/json
get
/p/ping
200

Successful response


Supported Chains

This endpoint retrieves the list of supported crypto networks.

List chains

get
Header parameters
x-api-keystringRequired

API key needed to access the endpoint

Example: your-api-key
Responses
200

Successful response with list of chains

application/json
get
/p/chain/list
200

Successful response with list of chains


Token Balances

This endpoint retrieves the wallet token balances

Get wallet balances

get
Query parameters
addressstringRequired

The wallet address to retrieve data for.

Example: 0x1234567890abcdef1234567890abcdef12345678
page[size]integerOptional

The number of results to return per page.

Example: 50
page[index]integerOptional

The page number to retrieve. Starts from 0.

Example: 0
Header parameters
x-api-keystringRequired

API key needed to access the endpoint

Example: your-api-key
Responses
200

Successful response with wallet balances

application/json
get
/p/balance/token/list
200

Successful response with wallet balances


DeFi Portfolio Positions

This endpoint retrieves the DeFi position of a specific wallet

Get position balances

get
Query parameters
addressstringRequired

The wallet address to retrieve data for.

Example: 0x1234567890abcdef1234567890abcdef12345678
page[size]integerOptional

The number of results to return per page.

Example: 50
page[index]integerOptional

The page number to retrieve. Starts from 0.

Example: 0
Header parameters
x-api-keystringRequired

API key needed to access the endpoint

Example: your-api-key
Responses
200

Successful response with position balances

application/json
get
/p/balance/defi-position/list
200

Successful response with position balances


Wallet Transactions

This endpoints retrieves the transaction history of a specific wallet

List transactions

get
Query parameters
addressstringRequired

The wallet address to retrieve data for.

Example: 0x1234567890abcdef1234567890abcdef12345678
cursor[limit]integerOptional

The maximum number of results to return in the response.

Example: 10
cursor[hash]stringOptional

The cursor hash to retrieve the next page of results.

Example: 2abc3def4ghi5jkl6mno7pqr8stu9vwx0yzab
Header parameters
x-api-keystringRequired

API key needed to access the endpoint

Example: your-api-key
Responses
200

Successful response with transaction data

application/json
get
/p/transaction/list
200

Successful response with transaction data

Last updated