Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.neynar.com/v2/farcaster/frame/transaction/pay/ \ --header 'x-api-key: <api-key>'
{ "transaction_frame": { "config": { "line_items": [ { "description": "Payment for goods", "name": "Payment", "image": "https://i.imgur.com/ovGo3sz.png" } ], "action": { "button_color": "#000000", "text": "Pay", "text_color": "#FFFFFF" }, "allowlist_fids": [ 3 ] }, "id": "<string>", "transaction": { "to": { "address": "0x5a927ac639636e534b678e81768ca19e2c6280b7", "amount": 0.01, "token_contract_address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913" } }, "type": "pay", "url": "<string>" } }
Retrieves details about a transaction pay mini app by ID
API key to authorize requests
ID of the transaction mini app to retrieve
Success
Show child attributes
Was this page helpful?
Contact support