GET
/
v1
/
wallets
/
{walletId}
/
addresses
/
{addressId}
/
transactions

Authorizations

x-api-key
string
headerrequired

Path Parameters

walletId
string
required
addressId
string
required

Query 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