POSTGetFundingHistory🔐 Auth

Get funding payment history.

Request

ParameterTypeDescription
addressoptionalAddress
market_idoptionaluint320 = all markets
limitoptionaluint32

Response

FieldTypeDescription
paymentsFundingPayment[]

Example

Request

import { RealmClient } from '@realm/sdk';
const client = new RealmClient('https://api.realm.com');
await client.connect(wallet);
const response = await client.getFundingHistory({ /* params */ });
console.log(response);

Response

{
// Response fields
}