Retrieves a list of exchanges.
Copy {
"items": [
{
"id": "stk-5q230-nl4b0-xxxxxxxxxxxxxxxx",
"provider": "Figment",
"providerStakeId": "1dd3b430-729e-4935-8da1-xxxxxxxxxxx",
"walletId": "wa-fd328-9v5a8-xxxxxxxxxxxxxxxx",
"protocol": "Babylon",
"status": "Active",
"requester": {
"userId": "us-3htce-s75t3-xxxxxxxxxxxxxxxx",
"tokenId": "to-72305-jh38s-xxxxxxxxxxxxxxxx",
"appId": "ap-3g5ir-mt688-xxxxxxxxxxxxxxxx"
},
"requestBody": {
"kind": "Native",
"amount": "50000",
"walletId": "wa-fd328-9v5a8-xxxxxxxxxxxxxxxx",
"provider": "Figment",
"protocol": "Babylon",
"duration": 150
},
"dateCreated": "2024-11-27T19:05:33.551Z"
"data": {
"stakedObjectId": "0x4efd89d885701106f732b79b837fd2fe92a692da9f2291822dcef7fc59a1ec59",
"expirationDate": "2025-04-19T06:49:04.793Z"
}}
}
],
"nextPageToken": "eJyrVspMUbJSKi7J1jUtNDI20M3LMUky0LVIK7VMSkktS81LLTE2TMpUqgUABv8NBA"
}
Copy {
stakedObjects: [{
id: string,
amount: string,
expirationDate?: string // For Timelock
}],
amount: string, // total amount
validator: string,
}
Copy {
validators : [
pubkey: string,
withdrawalAddress: string
]
}
Copy {
finalityProviders: string[],
covenantPubkeys: string[],
magicBytes: string,
covenantThreshold: number,
minUnbondingTime: number,
lockHeight: number,
}