Endpoint: POST /payout
POST /payout
Description: Sends a cryptocurrency transaction. Note that errors for this endpoint are returned rather than thrown in most cases.
Request Parameters:
referenceId
string
Yes
UserID or similar identifier
to
L1 or L2 address of the receiver
amount
Amount to send (as a string to avoid precision issues)
network
NetworkSymbol
L1 network (e.g., ETH)
ETH
token
TokenSymbol
No
Optional token symbol (e.g., USDT, USDC)
USDT
USDC
Response:
{ "l2Hash": "string" }
Last updated 3 months ago
Was this helpful?