Skip to main content
POST
/
v1
/
midpoints
Post Midpoints Batch
curl --request POST \
  --url https://api.polysimulator.com/v1/midpoints \
  --header 'Content-Type: application/json' \
  --data '
{
  "items": [
    {
      "token_id": "<string>"
    }
  ]
}
'
{}

Body

application/json
items
TokenIdRequest · object[]
required

Response

Successful Response

{key}
string