Headers
Rhinestone API key
Path Parameters
Ethereum address of the user account
Example:
"0x579d5631f76126991c00fb8fe5467fa9d49e5f6a"
Body
application/json
Body
Response
200
Successfully calculated bundle cost and token requirements
Whether all output tokens have been fulfilled
Example:
true
Tokens spent per chain and token address (amounts as strings). Only present when hasFulfilledAll is true
Example:
{
"1": {
"0x6B175474E89094C44Da98b954EedeAC495271d0F": "501000"
},
"137": {
"0x0000000000000000000000000000000000001010": "500000"
}
}
Array of tokens received in the transaction. Only present when hasFulfilledAll is true
Array of tokens with insufficient balance. Only present when hasFulfilledAll is false
Total value of token shortfall in USD (as string to handle BigInt). Only present when hasFulfilledAll is false
Example:
"200.50"