Skip to main content
POST
Create transaction pay mini app

Read more about this API here: Make agents prompt transactions

Node.js SDK

🔗 SDK Method: createTransactionPayFrame Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json
config
TransactionFrameConfig · object
required
transaction
object
required
idem
string

An Idempotency key is a unique identifier for the request. Note:

  1. This is used to prevent duplicate requests. Use the same idem key on retry attempts.
  2. This should be a unique identifier for each request.
  3. Recommended format is a 16-character string generated by the developer at the time of making this request.

Response

Success

transaction_frame
TransactionFrame · object
required