v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBPayouts
Get a Payout Request Body used to sign the Payout
Retrieves the Payout Request Body identified by the provided ID. This endpoint should only be used as part of an end-user custodial payout flow.
get/api/payouts/payout/end-user-custodial/body-to-sign/{id}
Path parameters
idstring uuid required
Payout request ID
Headers
on-behalf-ofstring required
Organization ID to act on behalf of
Response
Returned Payout Request Payload (generic JSON object)
object required
Example response
{
"to": "0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582",
"value": "10"
}