Leaderboard
Get detailed statistics for a single maker
Returns comprehensive statistics for a specific maker including platform breakdowns, currency breakdowns, and recent profit snapshots.
get/v2/leaderboard/maker/{makerId}
Path parameters
makerIdstring required
Composite maker ID in format: {chainId}_{makerAddress}
Response
Maker detail retrieved successfully
Example response
{
"responseObject": {
"maker": {
"id": "8453_0x1234567890abcdef1234567890abcdef12345678",
"chainId": 8453,
"maker": "0x1234567890abcdef1234567890abcdef12345678",
"totalAmountTaken": 1500000,
"grossDeposited": 2000000,
"totalWithdrawn": 500000,
"outstandingIntentAmount": 50000,
"activeDepositCount": 5,
"totalDepositCount": 12,
"fulfilledIntents": 342,
"prunedIntents": 8,
"signaledIntents": 350,
"totalIntents": 350,
"manualReleaseCount": 2,
"successRateBps": 9770,
"realizedProfitUsd": 15420.5,
"aprBps": 850,
"firstSeenAt": "2024-03-15T10:30:00Z",
"updatedAt": "2024-12-14T18:45:00Z"
},
"platformStats": [
{
"paymentMethodHash": "0xabc123...",
"paymentMethodName": "Venmo",
"totalAmountTaken": 800000,
"realizedProfitUsd": 8500
}
],
"currencyStats": [
{
"currencyCode": "USD",
"totalAmountTaken": 1200000
}
],
"recentFills": [
{
"fiatCurrency": "USD",
"quoteConversionRate": "1.015",
"oracleRate": "1.000",
"spreadBps": 150,
"amount": 5000,
"notionalFiatUsd": 5075,
"feeUsd": 2.5,
"realizedProfitUsd": 72.5,
"status": "COMPUTED",
"createdAt": "2024-12-14T17:30:00Z"
}
],
"meta": {
"cachedAt": "2024-12-14T18:40:00Z",
"cacheExpiresAt": "2024-12-14T18:45:00Z",
"builtAt": "2024-12-14T18:40:00Z",
"effectiveWindow": "lifetime"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.