Create a Coinbase charge
Creates and hydrates a Coinbase Commerce charge for cryptocurrency payments
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
amount
USD amount to charge (must be between min and max purchase limits)
sender
Ethereum address of the sender
chain_id
Chain ID for the transaction
Response
Returns the calldata to fulfill the transaction
data