Skip to main content
GET
Get multicall payout state

Headers

Authorization
string
required

Bearer token for session authentication (or use session_token cookie)

Path Parameters

token
string
required

Multicall payout token returned by the create endpoint

Example:

"01JZ4PC7EXAMPLEMULTICALL01"

Response

Multicall payout state retrieved successfully

paymentType
enum<string>
required
Available options:
multicall
status
enum<string>
required
Available options:
pending,
expired,
completed,
partially_settled
redirectUrl
string | null
required
redirectLabel
string | null
required
orchestratorId
string | null
required
branding
object | null
required
analytics
object
required

Vendor-neutral analytics metadata that SPP maps into Mixpanel shared properties. Amount values are decimal USD strings to avoid frontend precision loss.

requestIds
string[]
required

Request Network request IDs represented by this payment

token
string
required

Multicall payout token

canExecute
boolean
required
expiresAt
string<date-time>
required
createdAt
string<date-time>
required
children
object[]
required
totals
object
required
paymentOptions
object