Skip to main content
POST
/
v1
/
transactions
/
submit
Submit a transaction
curl --request POST \
  --url https://nexus-dev.gerowallet.io/v1/transactions/submit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://nexus.gerowallet.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Token Authentication

Query Parameters

network
enum<string>
Available options:
MAINNET,
PREPROD

Body

application/json

The body is of type string.

Response

OK

The response is of type string.