Project

General

Profile

Actions

New ICO Approval

Ojective: To review and approve new ICO project for listing in the subscription pool.

group approve asset ico: {URL}:/api/v1/ico/total/pending
actor admin
participant fe
participant be
database db

group approve asset ico: {URL}:/api/v1/ico/total/pending
admin->fe: Clicked "APPROVE" 
admin->fe: Input "ICO CODE"
fe->be: {POST}:/api/v1/ico/approve
activate be
be<->db: create icos
be --> fe:
deactivate be
fe --> admin: success
end


Query Pending API:

header value
endpoint /api/v1/ico/total/pending
Authorization Bearer

Payload: {}


Submission API:

header value
endpoint /api/v1/ico/approve
Authorization Bearer

Payload:

key type value
icoCode string
registerId string ICO register ID
status int 1=approve, -1=reject

Updated by prin methirattanasophon about 2 months ago · 2 revisions