Avalanche - P

/gethistoricalrewards

Get the historical transaction details focusing on staking rewards for a specific user address.

GET https://api.expand.network/chain/gethistoricalrewards

Query Parameters

NameTypeDescription

rpc

String

Remote procedural call URL.

chainId*

String

Refer to the Chain ID page for details.

chainSymbol

String

Refer to the Chain ID page for details.

address*

String

Comma-separated value of user addresses.

pageToken

String

The next page's token. Can be found at the end of the response.

sortOrder

String

The transaction sorting order. asc or desc.

https://api.expand.network/chain/gethistoricalrewards?chainSymbol=p-AVAx&address=avax189rs3vx07p5y7uu27lk52vltksjue980fevxgm&sortOrder=asc

/getusertransactions

Get the historical transaction details for a specific user address.

GET https://historicallp.api.expand.network/chain/getusertransactions

Query Parameters

NameTypeDescription

rpc

String

Remote procedural call URL.

chainId*

String

Refer to the Chain ID page for details.

chainSymbol

String

Refer to the Chain ID page for details.

address*

String

Comma-separated value of user addresses.

endBlock

String

Last block of the range.

startBlock

String

Starting block of the range.

pageToken

String

The next page's token. Can be found at the end of the response.

sortOrder

String

The transaction sorting order. asc or desc.

https://historicallp.api.expand.network/chain/getusertransactions?chainSymbol=p-avax&address=avax1n70cnwt8tsjwgnq4m6xm3n9cqk0enw59jptawa

Last updated