Skip to main content
POST
Verify finalized builder fee attribution
Authentication · Builder integration

Authorizations

x-api-key
string
header
required

Server-side key created in an authenticated developer workspace. Builder codes are public attribution, not credentials.

Body

application/json
quoteId
string
required
hash
string
required
Pattern: ^0x[0-9a-fA-F]{64}$

Response

Successful response

status
enum<string>
Available options:
confirming,
finalized
hash
string
builderCode
string

Public, case-sensitive registered attribution code. May differ from the API key workspace. Omitted: use the key workspace code.

Pattern: ^[A-Za-z0-9_-]{3,32}$
routeFee
string
Pattern: ^[0-9]+$
builderFee
string
Pattern: ^[0-9]+$
amountOut
string
Pattern: ^[0-9]+$
tokenOut
string
Pattern: ^0x[0-9a-fA-F]{40}$