For the complete documentation index, see llms.txt. This page is also available as Markdown.

Private Key API

This Request will return users their own private key to import or buy with a stage wallet account.

Private Key API

GET https://api.stagemeta.dev/metamask/private-key

Query Parameters

Name
Type
Description

code*

String

0x9eab47a9a****************6800a7
curl -X 'GET' \
  'https://api.stagemeta.dev/metamask/private-key?code=123' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MzE4LCJpYXQiOjE2ODE1NzkzODN9.IVwG13FW0sF8XicJJh8W7yMOxKp5Zhsyazju1qVLI04'

Last updated