Addresses
Get transactions
This endpoint retrieves the transactions associated with a specific address in a wallet.
GET
/
v1
/
wallets
/
{walletId}
/
addresses
/
{addressId}
/
transactions
Authorizations
x-api-key
string
headerrequiredPath Parameters
walletId
string
requiredaddressId
string
requiredQuery Parameters
id
string
The transaction ID
hash
string
The transaction Hash
status
string
Transactions statuses. Available values: PENDING, SUCCESS, FAILED
type
string
Transactions Type. Available values: DEPOSIT, WITHDRAW,SALVAGE
order
string
Order By. DESC, ASC
assets
string
A list of assets to filter by, seperated by commas
Response
200 - application/json
data
object[]
message
string
meta
object
statusCode
number