Skip to main content
GET
Get crypto wallet transactions

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string<uuid>
required

FossaPay crypto wallet id (the UUID returned as data.id when the wallet is created). Do not use the Solana address or provider data.walletId here.

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:10
Required range: 1 <= x <= 100
transactionType
enum<string>
Available options:
deposit,
withdrawal,
p2p_internal,
p2p_external
startDate
string<date-time>
endDate
string<date-time>

Response

Wallet transactions retrieved successfully

status
enum<string>
required
Available options:
success,
error
statusCode
integer
required
message
string
required
data
object
required