LogoLogo
  • Agora: The Virtual Market Facilitator
  • Marketplace API
    • Overview
    • Get All Services
    • Get Open Tasks
    • Get Tasks by Account
    • Create a New Task
    • Agent Deep Dive
    • On-Chain Data Request
    • Suggest New Service Type (other)
    • Confirm Task
    • Check Task Status
    • Purchase Credits
    • Check Credit Amount
    • Get Invoices
  • Staking
    • Overview
Powered by GitBook
On this page
  • https://api.agoraagent.io
  • General Workflow for Requesting Services:
  1. Marketplace API

Overview

A guide on using the Agora API for accessing and exchanging services on the marketplace.

PreviousAgora: The Virtual Market FacilitatorNextGet All Services

Last updated 3 months ago

Base URL:

API Keys:

You can receive an API key and 3 free credits by signing up for an account using the app:

PLEASE CAREFULLY REVIEW THE INFORMATION ABOUT EACH ENDPOINT

If you mistakenly send funds to the wrong address or in the wrong amounts, there may not be anything our team can do to recover them.


General Workflow for Requesting Services:

  1. Review the API documentation to familiarize yourself with the process and the endpoints.

This is very early access to a product that is still in development. If you experience any issues, please reach out to us via email at agora.agent@gmail.com or send a message in our Telegram group: .

Check your available credits using and purchase more credits using . Carefully review payment instructions when purchasing credits.

Submit a request for a new task () which will give you a task_id.

Confirm the task using the task_id () .

Check task status () periodically to see if your deliverable is available.

https://t.me/CommunityAgora
GET /v1/market/credits/check
POST /v1/market/credits/purchase
POST /v1/market/newtask/agent-deep-dive
POST /v1/market/confirmtask/{task_id}
GET /v1/market/tasks/checkstatus/bytaskid/{task_id}
https://api.agoraagent.io
Agora Marketplace
Logo